Add a filename in the command line when running a Python script
OR: Run a Python script with arguments
You can add arguments to the command line when running python scripts by importing the sys module from Python’s standard library and using its argv function.